home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / cosmicfozmik.swf / scripts / frame_7 / PlaceObject2_179_81 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2007-09-27  |  894 b   |  37 lines

  1. onClipEvent(load){
  2.    _root._quality = "low";
  3.    _root.speed = 0;
  4.    _root.speedMax = 6;
  5.    _root.gameOver = 0;
  6.    _root.lives = 4;
  7.    _root.startText = "";
  8.    _root.phase = 1;
  9.    _root.gameReallyOver = 0;
  10.    _root.bossFight = 0;
  11.    _root.gameOn = 1;
  12.    _root.dir = 1;
  13.    _root.i = 100;
  14.    _root.groundCount = 0;
  15.    _root.littlestarCount = 0;
  16.    _root.spikeCount = 1;
  17.    _root.ceilingCount = 0;
  18.    _root.stars2Count = 0;
  19.    _root.cometCount = 0;
  20.    _root.groundSpeed = 6;
  21.    _root.blockCount = 0;
  22.    _root.starsCount = 0;
  23.    _root.spikeHeightAdd = 20;
  24.    _root.score = 0;
  25.    _root.spikeHeightMin = 90;
  26.    _root.spikeChances = 4;
  27.    _root.blockMax = 30;
  28.    _root.groundHeightMin = 42;
  29.    _root.invincTimer = 0;
  30.    _root.invincMiniTimer = 0;
  31.    _root.invincibility = 0;
  32.    _root.groundHeightAdd = 30;
  33.    blockTick = 0;
  34.    scoreCount = 0;
  35.    accumulated = 0;
  36. }
  37.